home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr28 / logcopy.zip / SETDIR.INT < prev    next >
Text File  |  1993-03-26  |  391b  |  13 lines

  1. INTERFACE;
  2.  
  3.   UNIT SETDIR( net_alloc_temp_base );
  4.  
  5.   Function   net_alloc_temp_base( Drivename   : char;
  6.                                   Sourcebase  : Integer;
  7.                                   Const Path  : Lstring;
  8.                                   Var Newbase : Integer;
  9.                                   Var mask    : Integer  ):Integer;
  10.  
  11.  
  12. END;  (* interface of SETDIR *)
  13.